golang.org/x/tools/internal/gcimporter.importReader.mpfloat (method)

4 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L708: 		val = r.mpfloat(b)
		iimport.go#L711: 		re := r.mpfloat(b)
		iimport.go#L712: 		im := r.mpfloat(b)
		iimport.go#L793: func (r *importReader) mpfloat(typ *types.Basic) constant.Value {